home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro202 / cleanup.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-15  |  2.0 KB  |  56 lines

  1. Echo Off
  2. Echo ╔═══════════════════════════════════════════════════════════╗
  3. Echo ║                                                           ║
  4. Echo ║  The CLEANUP.BAT will remove all EasyChart files not      ║
  5. Echo ║  essential to running EasyChart.                          ║
  6. Echo ║                                                           ║
  7. Echo ║  All tutorial and sample chart files will be deleted, as  ║
  8. Echo ║  will all documentation files and the INSTALL.BAT file.   ║
  9. Echo ║  The CLEANUP.BAT file will remain on the default drive.   ║
  10. Echo ║                                                           ║
  11. Echo ║  If EasyChart is not located on the current default       ║
  12. Echo ║  drive, you should press Ctrl-C now and change the        ║
  13. Echo ║  default drive designation.                               ║
  14. Echo ║                                                           ║
  15. Echo ║  If you do not want to execute CLEANUP.BAT, you should    ║
  16. Echo ║  press Ctrl-C now.                                        ║
  17. Echo ║                                                           ║
  18. Echo ╚═══════════════════════════════════════════════════════════╝
  19. Pause
  20. Echo Now deleting all tutorial files...
  21. Del  EZCTV001.Tut
  22. Del  EZCTV002.Tut
  23. Del  EZCTV003.Tut
  24. Del  EZCTV004.Tut
  25. Del  EZCTV005.Tut
  26. Del  EZCTV006.Tut
  27. Echo Now deleting all sample chart files...
  28. Del  TSSR.Chr
  29. Del  TSSL.Chr
  30. Del  TSSD.Chr
  31. Del  TSSO.Chr
  32. Del  USDC.Chr
  33. Del  Tutorial.Chr
  34. Del  Form1A.Chr
  35. Del  Offices.Chr
  36. Echo Now deleting all documentation files...
  37. Del  EZC.Doc
  38. Del  Ordering.Doc
  39. Del  Trouble.Doc
  40. Del  Template.Doc
  41. Del  QuickRef.Doc
  42. Echo Now deleting the INSTALL and PRINTDOC batch files
  43. Del  Install.Bat
  44. Del  PrintDoc.Bat
  45. Del  1.Bat
  46. Del  2.Bat
  47. Del  3.Bat
  48. Del  4.Bat
  49. Del  5.Bat
  50. Echo ╔══════════════════════════════════════════╗
  51. Echo ║                                          ║
  52. Echo ║  The CLEANUP procedure is now complete.  ║
  53. Echo ║                                          ║
  54. Echo ╚══════════════════════════════════════════╝
  55. Del  Cleanup.Bat
  56.